Version

SortConditions Property

Gets the collection of sort conditions to use when sorting the region of data.
Syntax
public SortConditionCollection<T> SortConditions {get;}
Remarks

If these settings are used in a Infragistics.Documents.Excel.WorksheetTable, each sort condition in the collection applies to a Infragistics.Documents.Excel.WorksheetTableColumn.

This collection is ordered based on precedence. The first sort condition in the collection has the highest sort precedence.

Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also